type crypto/tls.keyUpdateMsg

7 uses

	crypto/tls (current package)
		conn.go#L1165: 		m = new(keyUpdateMsg)
		conn.go#L1317: 	case *keyUpdateMsg:
		conn.go#L1328: func (c *Conn) handleKeyUpdate(keyUpdate *keyUpdateMsg) error {
		conn.go#L1346: 		msg := &keyUpdateMsg{}
		handshake_messages.go#L1110: type keyUpdateMsg struct {
		handshake_messages.go#L1114: func (m *keyUpdateMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1128: func (m *keyUpdateMsg) unmarshal(data []byte) bool {